CanvasPropertyAntialias
Type
operator
Summary
The current antialias setting of a canvas.
Syntax
the antialias of <mCanvas>
Description
A boolean value which determines whether or not antialiasing will be used when rendering paths on mCanvas.
Parameters
Name | Type | Description |
---|---|---|
mCanvas | An expression which evaluates to a canvas. |
Examples
// Disable antialiasing on the canvas
set the antialias of this canvas to false